{% extends "layouts/base.html" %} {% block title %} {{ tb.Intitule }}{% endblock %} {% block content%}

{{ tb.Intitule }}

{% for indicateur in object_list %}

{{indicateur.Intitule_Indicateur}}

{% if indicateur.Periodicite == "Mensuelle" %} Ce mois {% else %} Cette Année {{currentYear}} {% endif %}

{% if indicateur.Periodicite == "Mensuelle" %} {% else %} {% endif %}

Interpretation

{% for interpretation in ListeInter %} {% if interpretation.Id_Indicateur.id == indicateur.id %} {{interpretation.Contenu}} {% endif %} {% endfor %}
{% endfor %}
{% if "Chef Departement" not in user.groups.all.0.name and "Directeur" not in user.groups.all.0.name %} Modifier Tableau de Bord Supprimer Tableau de Bord {% endif %}
{% endblock %}